.youtube {
  overflow: hidden;
  width: 100%;
  position: relative;
  aspect-ratio: 1.7777777778;
}
.youtube.admin {
  pointer-events: none;
}
.youtube.fit {
  height: 100%;
  aspect-ratio: initial;
}
.youtube.fit .ytplayer {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: auto;
  min-width: 100%;
  transform: translate(-50%, -50%);
}
.youtube .ytplayer {
  width: 100%;
  aspect-ratio: 1.7777777778;
}
